GetRelayoutBoundaryRequest

data class GetRelayoutBoundaryRequest(nodeId: NodeId)

Represents request frame that can be used with DOM#getRelayoutBoundary operation call.

Returns the id of the nearest ancestor that is a relayout boundary.

See also

Constructors

GetRelayoutBoundaryRequest
Link copied to clipboard
fun GetRelayoutBoundaryRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node.

Sources

jvm source
Link copied to clipboard